home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1994 January / InfoMagic Standards - January 1994.iso / inet / scc / 9109 < prev    next >
Text File  |  1991-10-27  |  4KB  |  100 lines

  1. ***********************************************************************
  2. DDN Security Bulletin 9109       DCA DDN Defense Communications System
  3. 23 July 91              Published by: DDN Security Coordination Center
  4.                                      (SCC@NIC.DDN.MIL)  (800) 235-3155
  5.  
  6.                         DEFENSE  DATA  NETWORK
  7.                           SECURITY  BULLETIN
  8.  
  9. The DDN  SECURITY BULLETIN  is distributed  by the  DDN SCC  (Security
  10. Coordination Center) under  DCA contract as  a means of  communicating
  11. information on network and host security exposures, fixes, &  concerns
  12. to security & management personnel at DDN facilities.  Back issues may
  13. be  obtained  via  FTP  (or  Kermit)  from  NIC.DDN.MIL  [192.67.67.20]
  14. using login="anonymous" and password="guest".  The bulletin pathname is
  15. SCC:DDN-SECURITY-yynn (where "yy" is the year the bulletin is issued
  16. and "nn" is a bulletin number, e.g. SCC:DDN-SECURITY-9001).
  17. **********************************************************************
  18.  
  19.                    Patch for SunOS /usr/etc/rpc.mountd
  20.  
  21. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
  22. !                                                                       !
  23. !     The following important  advisory was  issued by the Computer     !
  24. !     Emergency Response Team (CERT)  and is being relayed unedited     !
  25. !     via the Defense Communications Agency's Security Coordination     !
  26. !     Center  distribution  system  as a  means  of  providing  DDN     !
  27. !     subscribers with useful security information.                     !
  28. !                                                                       !
  29. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
  30.  
  31.  
  32. CA-91:09                        CERT Advisory
  33.                                 July 15, 1991
  34.                      Patch for SunOS /usr/etc/rpc.mountd
  35.  
  36. ---------------------------------------------------------------------------
  37.  
  38. The Computer Emergency Response Team/Coordination Center (CERT/CC) has
  39. received information concerning the availability of a security patch 
  40. for /usr/etc/rpc.mountd in Sun Microsystems, Inc. operating systems.  
  41. This problem will be fixed in SunOS 5.0.  Patches are available for
  42. SunOS 4.1, and SunOS 4.1.1 through your local Sun answer centers 
  43. worldwide as well as through anonymous ftp to ftp.uu.net (in ~ftp/sun-dist).
  44. Patch ID and file information are as follows:
  45.  
  46. Fix                     Patch ID       Filename            Checksum
  47. /usr/etc/rpc.mountd    100296-01      100296-01.tar.Z     01501   233
  48.  
  49. Please note that Sun Microsystems sometimes updates patch files.  If
  50. you find that the checksum is different please contact Sun Microsystems
  51. or us for verification.
  52. ---------------------------------------------------------------------------
  53.     
  54. I.   DESCRIPTION:
  55.  
  56.      If an access list of hosts within /etc/exports is a string 
  57.      over 256 characters then the filesystem can be mounted by 
  58.      everyone.
  59.       
  60. II.  IMPACT:
  61.  
  62.      Unauthorized remote hosts will be able to mount the filesystem.
  63.  
  64. III. SOLUTION:
  65.  
  66.      As root:
  67.  
  68.      1.  Move the existing rpc.mountd aside
  69.  
  70.          # mv /usr/etc/rpc.mountd /usr/etc/rpc.mountd.OLD
  71.  
  72.      2.  Install the new version
  73.  
  74.          # cp sun{3,3x,4,4c}/{4.1,4.1.1,4.1_PSR_A}/rpc.mountd /usr/etc
  75.          # chown root.staff /usr/etc/rpc.mountd
  76.          # chmod 755 /usr/etc/rpc.mountd
  77.  
  78.      3.  Kill the currently running rpc.mountd and restart it, or,
  79.          reboot the system.  Systems currently mounting filesystems
  80.          from this host will have interruptions in service either
  81.          way.  
  82.  
  83. ---------------------------------------------------------------------------
  84.  
  85. If you believe that your system has been compromised, contact CERT/CC via
  86. telephone or e-mail.
  87.  
  88. Computer Emergency Response Team/Coordination Center (CERT/CC)
  89. Software Engineering Institute
  90. Carnegie Mellon University
  91. Pittsburgh, PA 15213-3890
  92.  
  93. Internet E-mail: cert@cert.sei.cmu.edu
  94. Telephone: 412-268-7090 24-hour hotline:
  95.            CERT/CC personnel answer 7:30a.m.-6:00p.m. EST,
  96.            on call for emergencies during other hours.
  97.  
  98. Past advisories and other computer security related information are available
  99. for anonymous ftp from the cert.sei.cmu.edu (192.88.209.5) system.
  100.